๐โช Command management
helpfulcommands.config.manageCommand
Toggle command's active stateโ
This command allows you to enable or disable commands:
/hc config manageCommand <command name> toggleEnabled [state]
- If
stateparameter is empty, the command will be toggled (enabled -> disabled; disabled -> enabled)
Disabled commands can't be used by anyone, and they don't appear when you try to type them (no autocomplete)
You can toggle commands more easily in the Command List (/hc commandList): just click on the command name to toggle its active state. Each command in the list is also color-coded: green - enabled, red - disabled. This doesn't apply to server consoles.
Toggle command's public stateโ
This command allows you to toggle the public state of the command:
/hc config manageCommand <command name> togglePublic [state]
- If
stateparameter is empty, the public state will be toggled (public -> restricted; restricted -> public)
You can toggle the public state more easily in the Command List (/hc commandList): just click on the special letter to the left of the command name. Public commands will be highlighted in the list. This doesn't apply to server consoles.